Skip to content

Inline true in ReactDelegate.isFabricEnabled initializer (#56859)#56859

Closed
mdvacca wants to merge 1 commit into
facebook:mainfrom
mdvacca:export-D105231216
Closed

Inline true in ReactDelegate.isFabricEnabled initializer (#56859)#56859
mdvacca wants to merge 1 commit into
facebook:mainfrom
mdvacca:export-D105231216

Conversation

@mdvacca
Copy link
Copy Markdown
Contributor

@mdvacca mdvacca commented May 15, 2026

Summary:

The ReactNativeNewArchitectureFeatureFlags.enableFabricRenderer() flag is being deleted; it always returns true on the canary release stage. The default initializer of ReactDelegate.isFabricEnabled reads the flag — change it to true directly.

The field itself is preserved because it can be set by the deprecated (activity, reactNativeHost, appKey, launchOptions, fabricEnabled) constructor that lets callers override the default.

Behavior is unchanged.

Changelog:
[Internal]

Reviewed By: javache

Differential Revision: D105231216

@meta-codesync
Copy link
Copy Markdown

meta-codesync Bot commented May 15, 2026

@mdvacca has exported this pull request. If you are a Meta employee, you can view the originating Diff in D105231216.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 15, 2026
mdvacca added a commit to mdvacca/react-native that referenced this pull request May 15, 2026
)

Summary:

The `ReactNativeNewArchitectureFeatureFlags.enableFabricRenderer()` flag is being deleted; it always returns true on the canary release stage. The default initializer of `ReactDelegate.isFabricEnabled` reads the flag — change it to `true` directly.

The field itself is preserved because it can be set by the deprecated `(activity, reactNativeHost, appKey, launchOptions, fabricEnabled)` constructor that lets callers override the default.

Behavior is unchanged.

Changelog:
[Internal]

Reviewed By: javache

Differential Revision: D105231216
@meta-codesync meta-codesync Bot changed the title Inline true in ReactDelegate.isFabricEnabled initializer Inline true in ReactDelegate.isFabricEnabled initializer (#56859) May 15, 2026
@mdvacca mdvacca force-pushed the export-D105231216 branch from 2350c0d to 41db94e Compare May 15, 2026 18:33
mdvacca added a commit to mdvacca/react-native that referenced this pull request May 15, 2026
)

Summary:

The `ReactNativeNewArchitectureFeatureFlags.enableFabricRenderer()` flag is being deleted; it always returns true on the canary release stage. The default initializer of `ReactDelegate.isFabricEnabled` reads the flag — change it to `true` directly.

The field itself is preserved because it can be set by the deprecated `(activity, reactNativeHost, appKey, launchOptions, fabricEnabled)` constructor that lets callers override the default.

Behavior is unchanged.

Changelog:
[Internal]

Reviewed By: javache

Differential Revision: D105231216
mdvacca added a commit to mdvacca/react-native that referenced this pull request May 18, 2026
)

Summary:

The `ReactNativeNewArchitectureFeatureFlags.enableFabricRenderer()` flag is being deleted; it always returns true on the canary release stage. The default initializer of `ReactDelegate.isFabricEnabled` reads the flag — change it to `true` directly.

The field itself is preserved because it can be set by the deprecated `(activity, reactNativeHost, appKey, launchOptions, fabricEnabled)` constructor that lets callers override the default.

Behavior is unchanged.

Changelog:
[Internal]

Reviewed By: javache

Differential Revision: D105231216
@mdvacca mdvacca force-pushed the export-D105231216 branch from 41db94e to a7af6be Compare May 18, 2026 16:27
mdvacca added a commit to mdvacca/react-native that referenced this pull request May 18, 2026
)

Summary:

The `ReactNativeNewArchitectureFeatureFlags.enableFabricRenderer()` flag is being deleted; it always returns true on the canary release stage. The default initializer of `ReactDelegate.isFabricEnabled` reads the flag — change it to `true` directly.

The field itself is preserved because it can be set by the deprecated `(activity, reactNativeHost, appKey, launchOptions, fabricEnabled)` constructor that lets callers override the default.

Behavior is unchanged.

Changelog:
[Internal]

Reviewed By: javache

Differential Revision: D105231216
mdvacca added a commit to mdvacca/react-native that referenced this pull request May 18, 2026
)

Summary:

The `ReactNativeNewArchitectureFeatureFlags.enableFabricRenderer()` flag is being deleted; it always returns true on the canary release stage. The default initializer of `ReactDelegate.isFabricEnabled` reads the flag — change it to `true` directly.

The field itself is preserved because it can be set by the deprecated `(activity, reactNativeHost, appKey, launchOptions, fabricEnabled)` constructor that lets callers override the default.

Behavior is unchanged.

Changelog:
[Internal]

Reviewed By: javache

Differential Revision: D105231216
mdvacca added a commit to mdvacca/react-native that referenced this pull request May 18, 2026
)

Summary:

The `ReactNativeNewArchitectureFeatureFlags.enableFabricRenderer()` flag is being deleted; it always returns true on the canary release stage. The default initializer of `ReactDelegate.isFabricEnabled` reads the flag — change it to `true` directly.

The field itself is preserved because it can be set by the deprecated `(activity, reactNativeHost, appKey, launchOptions, fabricEnabled)` constructor that lets callers override the default.

Behavior is unchanged.

Changelog:
[Internal]

Reviewed By: javache

Differential Revision: D105231216
@mdvacca mdvacca force-pushed the export-D105231216 branch from a7af6be to 5154f46 Compare May 18, 2026 22:02
mdvacca added a commit to mdvacca/react-native that referenced this pull request May 19, 2026
)

Summary:

The `ReactNativeNewArchitectureFeatureFlags.enableFabricRenderer()` flag is being deleted; it always returns true on the canary release stage. The default initializer of `ReactDelegate.isFabricEnabled` reads the flag — change it to `true` directly.

The field itself is preserved because it can be set by the deprecated `(activity, reactNativeHost, appKey, launchOptions, fabricEnabled)` constructor that lets callers override the default.

Behavior is unchanged.

Changelog:
[Internal]

Reviewed By: javache

Differential Revision: D105231216
@mdvacca mdvacca force-pushed the export-D105231216 branch from 5154f46 to 863a5c2 Compare May 19, 2026 16:18
mdvacca added a commit to mdvacca/react-native that referenced this pull request May 19, 2026
)

Summary:

The `ReactNativeNewArchitectureFeatureFlags.enableFabricRenderer()` flag is being deleted; it always returns true on the canary release stage. The default initializer of `ReactDelegate.isFabricEnabled` reads the flag — change it to `true` directly.

The field itself is preserved because it can be set by the deprecated `(activity, reactNativeHost, appKey, launchOptions, fabricEnabled)` constructor that lets callers override the default.

Behavior is unchanged.

Changelog:
[Internal]

Reviewed By: javache

Differential Revision: D105231216
mdvacca added a commit to mdvacca/react-native that referenced this pull request May 19, 2026
)

Summary:

The `ReactNativeNewArchitectureFeatureFlags.enableFabricRenderer()` flag is being deleted; it always returns true on the canary release stage. The default initializer of `ReactDelegate.isFabricEnabled` reads the flag — change it to `true` directly.

The field itself is preserved because it can be set by the deprecated `(activity, reactNativeHost, appKey, launchOptions, fabricEnabled)` constructor that lets callers override the default.

Behavior is unchanged.

Changelog:
[Internal]

Reviewed By: javache

Differential Revision: D105231216
mdvacca added a commit to mdvacca/react-native that referenced this pull request May 19, 2026
)

Summary:

The `ReactNativeNewArchitectureFeatureFlags.enableFabricRenderer()` flag is being deleted; it always returns true on the canary release stage. The default initializer of `ReactDelegate.isFabricEnabled` reads the flag — change it to `true` directly.

The field itself is preserved because it can be set by the deprecated `(activity, reactNativeHost, appKey, launchOptions, fabricEnabled)` constructor that lets callers override the default.

Behavior is unchanged.

Changelog:
[Internal]

Reviewed By: javache

Differential Revision: D105231216
mdvacca added a commit to mdvacca/react-native that referenced this pull request May 19, 2026
)

Summary:

The `ReactNativeNewArchitectureFeatureFlags.enableFabricRenderer()` flag is being deleted; it always returns true on the canary release stage. The default initializer of `ReactDelegate.isFabricEnabled` reads the flag — change it to `true` directly.

The field itself is preserved because it can be set by the deprecated `(activity, reactNativeHost, appKey, launchOptions, fabricEnabled)` constructor that lets callers override the default.

Behavior is unchanged.

Changelog:
[Internal]

Reviewed By: javache

Differential Revision: D105231216
@mdvacca mdvacca force-pushed the export-D105231216 branch from 863a5c2 to b94190f Compare May 19, 2026 18:03
)

Summary:

The `ReactNativeNewArchitectureFeatureFlags.enableFabricRenderer()` flag is being deleted; it always returns true on the canary release stage. The default initializer of `ReactDelegate.isFabricEnabled` reads the flag — change it to `true` directly.

The field itself is preserved because it can be set by the deprecated `(activity, reactNativeHost, appKey, launchOptions, fabricEnabled)` constructor that lets callers override the default.

Behavior is unchanged.

Changelog:
[Internal]

Reviewed By: javache

Differential Revision: D105231216
@mdvacca mdvacca force-pushed the export-D105231216 branch from b94190f to 13c9aff Compare May 19, 2026 21:39
mdvacca added a commit to mdvacca/react-native that referenced this pull request May 19, 2026
)

Summary:

The `ReactNativeNewArchitectureFeatureFlags.enableFabricRenderer()` flag is being deleted; it always returns true on the canary release stage. The default initializer of `ReactDelegate.isFabricEnabled` reads the flag — change it to `true` directly.

The field itself is preserved because it can be set by the deprecated `(activity, reactNativeHost, appKey, launchOptions, fabricEnabled)` constructor that lets callers override the default.

Behavior is unchanged.

Changelog:
[Internal]

Reviewed By: javache

Differential Revision: D105231216
mdvacca added a commit to mdvacca/react-native that referenced this pull request May 19, 2026
)

Summary:

The `ReactNativeNewArchitectureFeatureFlags.enableFabricRenderer()` flag is being deleted; it always returns true on the canary release stage. The default initializer of `ReactDelegate.isFabricEnabled` reads the flag — change it to `true` directly.

The field itself is preserved because it can be set by the deprecated `(activity, reactNativeHost, appKey, launchOptions, fabricEnabled)` constructor that lets callers override the default.

Behavior is unchanged.

Changelog:
[Internal]

Reviewed By: javache

Differential Revision: D105231216
@meta-codesync meta-codesync Bot closed this in ecf0f2d May 20, 2026
@facebook-github-tools facebook-github-tools Bot added the Merged This PR has been merged. label May 20, 2026
@meta-codesync
Copy link
Copy Markdown

meta-codesync Bot commented May 20, 2026

This pull request has been merged in ecf0f2d.

@react-native-bot
Copy link
Copy Markdown
Collaborator

This pull request was successfully merged by @mdvacca in ecf0f2d

When will my fix make it into a release? | How to file a pick request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. meta-exported p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants